home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Interactive Reference Guide / C-C++ Interactive Reference Guide.iso / c_ref / csource5 / 329_01 / regmagic.h < prev    next >
Encoding:
C/C++ Source or Header  |  1988-11-13  |  159 b   |  6 lines

  1. /*
  2.  * The first byte of the regexp internal "program" is actually this magic
  3.  * number; the start node begins in the second byte.
  4.  */
  5. #define    MAGIC    0234
  6.